remove Playlist Listener
Removes a playlist listener that was previously added with addPlaylistListener. If the specified listener is not currently registered, this method has no effect.
Parameters
listener
The PlaylistListener to remove. Must not be null.
Throws
if the listener is null.